mobileSetKeyboardType
Type
command
Summary
Configures the type of keyboard that is to be displayed.
Syntax
mobileSetKeyboardType <type>
Description
Use the mobileSetKeyboardType command to configure the type of keyboard that is to be displayed.
The keyboard type setting takes affect the next time the keyboard is shown. It does not affect the current keyboard, if it is being displayed.
*Note
- If a field has a non-empty keyboardType that value will override the the value set by mobileSetKeyboardType.
Parameters
Name | Type | Description |
---|---|---|
type | enum | The type of keyboard to use. One of: |
Examples
mobileSetKeyboardType "alphabet"
mobileSetKeyboardType "numeric"
Related
property: keyboardType
command: mobileSetKeyboardReturnKey
message: keyboardDeactivated, keyboardActivated
Compatibility and Support
Introduced
LiveCode 4.5.3
OS
ios
android
Platforms
mobile